home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / xvisrc.zip / REGMAGIC.H < prev    next >
Text File  |  1992-07-28  |  706b  |  28 lines

  1. /***
  2.  
  3. * @(#)regmagic.h    2.1 7/29/92
  4.  
  5. * program name:
  6.     xvi
  7. * function:
  8.     PD version of UNIX "vi" editor, with extensions.
  9. * module name:
  10.     regmagic.h
  11. * module function:
  12.     Definition of magic number for regular expression routines.
  13.  
  14. * history:
  15.     Regular expression routines by Henry Spencer.
  16.     Modfied for use with STEVIE (ST Editor for VI Enthusiasts,
  17.      Version 3.10) by Tony Andrews.
  18.     Adapted for use with Xvi by Chris & John Downey.
  19.     Original copyright notice is in regexp.c.
  20.     Please note that this is a modified version.
  21. ***/
  22.  
  23. /*
  24.  * The first byte of the regexp internal "program" is actually this magic
  25.  * number; the start node begins in the second byte.
  26.  */
  27. #define    MAGIC    0234
  28.